FLATPAK PS(1) | flatpak ps | FLATPAK PS(1) |
NAME¶
flatpak-ps - Enumerate running instances
SYNOPSIS¶
flatpak ps [OPTION...]
DESCRIPTION¶
Lists useful information about running Flatpak instances.
To see full details of a running instance, you can open the file /run/user/$UID/.flatpak/$INSTANCE/info, where $INSTANCE is the instance ID reported by flatpak ps.
OPTIONS¶
The following options are understood:
-h, --help
-v, --verbose
--ostree-verbose
--columns=FIELD,...
Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to change ellipsization.
FIELDS¶
The following fields are understood by the --columns option:
instance
application
arch
branch
commit
runtime
runtime-branch
runtime-commit
pid
child-pid
active
background
all
help
Note that field names can be abbreviated to a unique prefix.
EXAMPLES¶
$ flatpak ps --columns=application,pid,runtime,runtime-branch
SEE ALSO¶
flatpak |